| !Run file for Creator
Set RunGame$Dir <Obey$Dir>
WimpSlot 0 0
Echo <22><15>
Set Sounds$Dir <Obey$Dir>.Music
RmEnsure ExSound 3.30 RMload <Obey$Dir>.ExSound
RMEnsure ExSound 3.30 Error You need Sound Extension Module 3.30 or later
|
|--------------------------------------------------------------------------
| If you get a 'Music won't fit' error increase the following value
|--------------------------------------------------------------------------
MusicRMASize 16000
|
|--------------------------------------------------------------------------
| If you get a 'Sound won't fit' error increase the following value
|--------------------------------------------------------------------------
SoundRMASize 80000
|
|--------------------------------------------------------------------------
| 'No room for this DIM' error? Increase the -min value below (in 8K steps)
| until your program runs.
|
| If the error still occurs when -min is same as -max then increase BOTH
|--------------------------------------------------------------------------
WimpSlot -min 328K -max 328K
Run <Obey$Dir>.!RunImage
